home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / clib / dtclass_protos.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  591b  |  25 lines

  1. #ifndef  CLIB_DTCLASS_PROTOS_H
  2. #define  CLIB_DTCLASS_PROTOS_H
  3. /*
  4. **    $VER: dtclass_protos.h 39.0 (1.6.92)
  5. **    Includes Release 40.15
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. #ifndef  INTUITION_CLASSES_H
  16. #include <intuition/classes.h>
  17. #endif
  18. #ifndef  INTUITION_CLASSUSR_H
  19. #include <intuition/classusr.h>
  20. #endif
  21. /*--- functions in V39 or higher (distributed as Release 3.0) ---*/
  22.  
  23. Class *ObtainEngine( void );
  24. #endif     /* CLIB_DTCLASS_PROTOS_H */
  25.